-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for MSVC 1940 & 1941, CMake 3.30, Github Actions Node16 #1225
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sets policy CMP0169 to OLD to prevent dev warnings related to FetchContent_Populate(<name>). This needs fixing propperly for longer term support, see #1223
The regular linux and windows workflows now include: + Latest CUDA (12.6) + release no vis + release vis + beltsoff no vis + beltsoff vis + CUDA 12.0 + release no vis + CUDA 11.8 + release no vis + release vis + CUDA 11.0 + release no vis This is a compromise to cover a wider set of configurations, without increasing CI demand too much
Github switched from Node 16 to Node 20 for Github actions runners on 2024-06-03. This is incompatble with older linux distributions, including centos7. This sets an env var which will alllow the use of node 16, but this will stop working at some point when github fully remove node 16. This is separate but related to #1224
ptheywood
force-pushed
the
msvc-1940-cuda-12.3-warning-and-ci
branch
from
August 29, 2024 13:24
bfca009
to
84388eb
Compare
Robadob
approved these changes
Aug 30, 2024
ptheywood
changed the title
Fixes for MSVC 1940, CMake 3.30, Github Actions Node16
Fixes for MSVC 1940 & 1941, CMake 3.30, Github Actions Node16
Aug 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes a number of issues caused by changes in external tools
FetchContent_Populate
. This will need a more permanent fix in the future, see CMake 3.30 deprecatesFetchContent_Populate
#1223.CUDAFLAGS=-allow-unsupported-compilers
plus CMake >= 3.29.4.FLT_MAX
undefined in CUDA 12.5 for the circles examples #1216